Export(String,IList<Appointment>,FileFormatEnum) Method
                In This Topic
            
            Exports the appointments' data to a file in the specified format.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Export( _
   ByVal  As System.String, _
   ByVal  As System.Collections.Generic.IList(Of Appointment), _
   ByVal  As FileFormatEnum _
) 
             
        
            
            public void Export( 
   System.string ,
   System.Collections.Generic.IList<Appointment> ,
   FileFormatEnum 
)
             
        
             
        
            Parameters
- path
- A System.String containing the full path (including the file name and extension) to export.
- appointments
- System.Collections.Generic.IList`1 to be exported.
- format
- The FileFormatEnum value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also